Operations:

Format

Syntax:

Operation:

Operands:

Architecture revision

Opcode

1

or{cond4} Rd, Rx, Ry

if ( cond4)
Rd = Rx OR Ry;
{d, x, y} ∈ {0, 1, …, 15}
cond4 ∈ {eq, ne, cc/hs, cs/lo, ge, lt, mi, pl, ls, gt, le, hi, vs, vc, qs, al}

Rev2+

111

Rx

11101

Ry

1110

cond4

0011

Rd

3

4

5

4

4

4

4

4

Description

Performs a bitwise logical OR between the specified registers and stores the result in the desti- nation register.

Status Flags:

Q:

Not affected.

V:

Not affected.

N:

Not affected.

Z:

Not affected.

C:

Not affected.